projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a9cfe6
)
(display-time-string-forms): Mark as risky.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 6 Apr 2002 22:00:22 +0000
(22:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 6 Apr 2002 22:00:22 +0000
(22:00 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 23e4948e71a0abd00465e039fff0d45080c8cd6b..849c642fe76f3907aa8ceb0a609089bf4506b47e 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1940,6
+1940,7
@@
is specified, returning t if it is specified."
(put 'mode-line-buffer-identification 'risky-local-variable t)
(put 'mode-line-modes 'risky-local-variable t)
(put 'mode-line-position 'risky-local-variable t)
+(put 'display-time-string-forms 'risky-local-variable t)
;; This one is safe because the user gets to check it before it is used.
(put 'compile-command 'safe-local-variable t)